.contato {	float: left;	margin: 0 0 20px;	overflow: hidden;	width: 590px;}div.contato p { margin: 0; }.contato input, .contato textarea, .custom-select {	border: 1px solid #dac9a9;	border-radius: 5px;	box-shadow: inset 2px 2px 5px rgba(158,114,32,0.3);	color: #b0804d;	display: block;	padding: 10px 10px 10px 40px;	width: 240px;}.contato label {	background: url(../img/ico24x.png) 0 0;	display: block;	height: 24px;	left: 9px;	overflow: hidden;	position: absolute;	text-indent: -999em;	top: 7px;	width: 24px;	z-index: 999;}.contato p { float: left; position: relative; }/**/.contato .right { float: right; }.contato .left { float: left; }/*textarea*/.contato .textarea { clear: both; width: 590px; }.contato .textarea label { display: none; }.contato textarea {	height: 100px;	overflow: auto;	padding: 10px;	resize: none;	width: 568px;}/*custom select*/#assunto {	cursor: pointer;	line-height: 36px;	width: 290px;}.custom-select {	background: url(../img/select.png) no-repeat right 4px;	height: 36px;	padding: 0;	width: 290px;}.custom-select-inner {	height: 36px;	line-height: 36px;	padding-left: 40px;}/*Icones*/p.email label { background-position: 0 -24px; }p.assunto label { background-position: 0 -48px; }p.fone label { background-position: 0 -72px; }/*Enviar*/p.button {	clear: both;	width: 100%;}.contato button {	background: url(../img/enviar-mensagem.png);	clear: both;	display: block;	float: right;	height: 32px;	text-indent: -999em;	width: 152px;}.contato button:hover { background-position: 0 -32px; }/*Infos*/div.infos { float: left; text-align: right; width: 280px; }div.infos p { color: #ad4c05; margin: 0; }div.infos big { font-size: 30px; }div.infos small { font-size: 20px; }/*Sucesso e erro*/#notification div {	display:block;	font-style:normal;	padding: 9px 10px 10px 36px;}#notification div h3{	color: #000;}		#notification div a {	color:#06C;	text-decoration:none;	font-size: 14px;	color: #000;}#notification div a:hover {	text-decoration:underline;}.success {	background: #d5ffce url('../img/icones/tick_circle.png') no-repeat 9px 10px;	border: 1px solid #9adf8f;	color: #000;	margin: 0 0 20px 0;	-webkit-border-radius: 6px;	-moz-border-radius: 6px;	border-radius: 6px;}.erro {	background: #ffcece url('../img/icones/cross_circle.png') no-repeat 10px 10px; 	border: 1px solid #df8f8f;	color: #F00;	margin: 0 0 20px 0;	-webkit-border-radius: 6px;	-moz-border-radius: 6px;	border-radius: 6px;}